活动
最新
False
生产力活动
Last updated 2024年7月1日

获取电子邮件附件信息

检索给定邮件的附件信息。

命名空间:UiPath.Gsuite.Activities.API

程序集:UiPath.Gsuite.Activities.API(在 UiPath.Gsuite.Activities.API.dll 中)

重载

重载描述
GetEmailAttachmentsInfo(IMail)检索给定邮件的附件信息。
GetEmailAttachmentsInfo(String)检索具有给定消息 ID 的电子邮件的附件信息。

GetEmailAttachmentsInfo(IMail)

检索给定邮件的附件信息。
public IReadOnlyCollection<IMailAttachmentInfo> GetEmailAttachmentsInfo(
	IMail mail
)public IReadOnlyCollection<IMailAttachmentInfo> GetEmailAttachmentsInfo(
	IMail mail
)
mail IMail
要从中获取附件信息的电子邮件。

GetEmailAttachmentsInfo(String)

检索具有给定消息 ID 的电子邮件的附件信息。

public IReadOnlyCollection<IMailAttachmentInfo> GetEmailAttachmentsInfo(
	string messageId
)public IReadOnlyCollection<IMailAttachmentInfo> GetEmailAttachmentsInfo(
	string messageId
)
messageId String
要从中获取附件信息的电子邮件 ID。

返回值

IReadOnlyCollection<IMailAttachmentInfo> - 属于给定电子邮件的附件列表。

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.